home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************\
- * *
- * Program Name: How To - Windows 4 . *
- * *
- * Copyright: (c) CRT Multimedia 1994/1995 *
- * *
- * Module Name: CRTDEFS.H *
- * *
- * Module Description: *
- * Crt file defines *
- * *
- * Creation Date: 9/9/94 *
- * *
- * Developer Name: Martin Packer *
- * *
- \***************************************************************************/
-
- // text alignment
- #define ALIGN_CENTRE 0
- #define ALIGN_LEFT 1
- #define ALIGN_RIGHT 2
- #define ALIGN_TOP 1
- #define ALIGN_BOTTOM 2
-